GtkPathBar: Centralize handling of outstanding cancellables
authorFederico Mena Quintero <federico@gnome.org>
Fri, 27 Oct 2017 22:04:02 +0000 (17:04 -0500)
committerFederico Mena Quintero <federico@gnome.org>
Fri, 27 Oct 2017 22:18:38 +0000 (17:18 -0500)
commit559d32420c21a5888d0cc37169157e91780b6c9d
treeb13f835912afce3ded0196f7f279bcfb497e7caf
parentea91ab1d9917bc4990728bda24c54f25f1e1b0ba
GtkPathBar: Centralize handling of outstanding cancellables

The path bar would crash if we disposed it before all pending I/O
operations had finished.  Now we remember all the outstanding
operations directly in the GtkPathBarPrivate, and deal with them
consistently.
gtk/gtkpathbar.c